home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Panda Global Protection 2010 / Panda_Global_PCWorld_6m.exe / [0] / DRIVERS / amm6460.inf < prev    next >
Windows Setup INFormation  |  2009-09-28  |  4KB  |  123 lines

  1. ;
  2. ;  Installation file for Panda Anti-Virus Filesystem Minifilter.
  3. ;
  4. ;  Copyright ⌐ 2009, Panda Security. All Rights Reserved.
  5. ;
  6.  
  7. [Version]
  8.         Signature              = "$Windows NT$"
  9.         Class                  = "Antivirus"
  10.         ClassGUID              = {b1d1a169-c54f-4379-81db-bee7d88d7454}
  11.         Provider               = %Psi%
  12.         CatalogFile            = amm6460.cat
  13.         DriverVer=08/06/2009,7.2.4.0
  14.     DriverPackageDisplayName = Panda On-Access Minifilter
  15.     DriverPackageType        = FileSystemFilter
  16.         
  17. [DestinationDirs]
  18.         DefaultDestDir         = 12
  19.         FSFilterFiles          = 12 
  20.  
  21.  
  22. [SourceDisksNames]
  23.         1                      = %DiskDescription%
  24.  
  25. [SourceDisksFiles]
  26.         amm6460.sys     = 1,x64
  27.  
  28.  
  29. ;
  30. ; Default install sections
  31. ;
  32.  
  33. [DefaultInstall]
  34.         CopyFiles              = FSFilterFiles
  35.  
  36. [DefaultInstall.Services]
  37.         AddService             = %FSFilterServiceName%,,FSFilterServiceInstall,FSFilterEventLogInstall,,%FSFilterEventName%
  38.  
  39.  
  40. ;                
  41. ; Default uninstall sections
  42. ;                
  43.  
  44. [DefaultUninstall]
  45.         DelFiles               = FSFilterFiles
  46.  
  47. [DefaultUninstall.Services]
  48.         DelService             = %FSFilterServiceName%,0x204      ; = SPSVCINST_DELETEEVENTLOGENTRY|STOPSERVICE
  49.  
  50. ;
  51. ; Services Section
  52. ;
  53.  
  54. [FSFilterServiceInstall] 
  55.         DisplayName            = %FSFilterServiceName%
  56.         Description            = %FSFilterDescription%
  57.         Dependencies           = %FilterManagerServiceName%
  58.         ServiceBinary   = %12%\%bin%
  59.         ServiceType            = 2                               ; = SERVICE_FILE_SYSTEM_DRIVER
  60.         StartType              = 2                               ; = SERVICE_AUTO_START
  61.         ErrorControl           = 1                               ; = SERVICE_ERROR_NORMAL
  62.         LoadOrderGroup         = "FSFilter Anti-Virus"
  63.         AddReg                 = FSFilterAddRegistry
  64.  
  65.  
  66. ;
  67. ; Registry Modifications
  68. ;
  69.  
  70. [FSFilterAddRegistry]
  71.         HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
  72.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
  73.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
  74.  
  75.         
  76. ;
  77. ; EventLog Section
  78. ;
  79.  
  80. [FSFilterEventLogInstall] 
  81.         AddReg                 = FSFilterEventLogAddReg
  82.  
  83. [FSFilterEventLogAddReg]
  84.     HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\drivers\"%bin%
  85.         HKR,,TypesSupported,0x10001,7    
  86.  
  87. ;
  88. ; Copy Files
  89. ;
  90.  
  91. [FSFilterFiles]
  92.     %bin%
  93.  
  94. ;
  95. ; String Section
  96. ;
  97.  
  98. [Strings]
  99.         Psi                         = "Panda Software International"
  100.         DiskDescription             = "Panda On-Access Installation Media"
  101.         FSFilterDescription         = "Panda On-Access Minifilter"
  102.         FSFilterServiceName         = "AmFSM"
  103.         FSFilterEventName           = "Anti-Malware FSM"
  104.         FilterManagerServiceName    = "Fltmgr"
  105.         RegInstancesSubkeyName      = "Instances"
  106.         RegDefaultInstanceValueName = "DefaultInstance"
  107.         RegAltitudeValueName        = "Altitude"
  108.         RegFlagsValueName           = "Flags"
  109.         bin                         = "amm6460.sys"
  110.  
  111.  
  112.  
  113. ;
  114. ; Instance specific information.
  115. ;
  116.  
  117.     DefaultInstance         = "Anti-Malware On-Access Protection"
  118.     Instance1.Name          = "Anti-Malware On-Access Protection"
  119.     Instance1.Altitude      = "327600"
  120.     Instance1.Flags         = 0x0
  121.  
  122.     
  123.